home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / biz / dbase / db3_3.readme < prev    next >
Encoding:
Text File  |  1996-10-11  |  12.5 KB  |  260 lines

  1. Short:    Multi purpose database. Now 13 languages.
  2. Author:   david-ek@dsv.su.se
  3. Uploader: david-ek@dsv.su.se
  4. Type:     biz/dbase
  5.  
  6. db is a fast and small os3.0 compliant multi purpose database program.
  7. It currently supports 13 languages (English, Swedish, Finnish, Norwegian,
  8. Danish, German, Polish, Dutch, Italian, French, Spanish, Czech and Portuguese).
  9.  
  10. There are mostly minor changes this time too. I'd like to get more feedback
  11. from you my fellow users. Drop me an e-mail and tell me what you use db for
  12. and what you'd like the most in the future. More inspiration is something even
  13. a die-hard Amiga enthusiast like me could need in these days.
  14.  
  15. db is ShareWare. All features are present, but db will display a ShareWare
  16. reminder for at least 10 seconds if started without a keyfile.
  17.  
  18. Download this version and try it out. I think you'll like it and consider
  19. the 20 USD registration fee. You will receive a keyfile if you register.
  20.  
  21. /David Ekholm
  22.  
  23.  
  24. Why choose db?
  25. --------------
  26.  
  27. I wrote after having tested numerous other PD database programs and always
  28. found something lacking or irritating me. They might have dozzens of features
  29. not found in db, but they lacked font sensitivity and a standard GUI look and
  30. OS 3.0 behaviour.
  31.  
  32. Remember: db is a GENERAL database program. YOU decide what to store in it,
  33. be it addresses, video collections spare parts or your invoices. I really
  34. can't understand why people keep releasing databases with fixed fields all
  35. the time.
  36.  
  37. When you use db you will notice that the user interface has been kept as
  38. compact as possible (few gadgets, menus and windows). Still the functionality
  39. in for example, searching and sorting is high. This is intentional.
  40. I prefer few buttons with high functionality than the opposite.
  41.  
  42. Feature List
  43. ------------
  44.  
  45. A partial list of db's features include:
  46.  
  47.     o Dynamic memory handling. Number of records and fields only limited by
  48.       free memory.
  49.     o GadTool based. (Use fields of string, checkbox, cycle and text type)
  50.     o Support for multi-line fields through textfield.gadget
  51.     o Mouse and keyboard driven.
  52.     o User definable fields and layout.
  53.     o Multiple views of the same database.
  54.     o The views can be designed through a simple to use GUI. 
  55.     o Commodore's Clipboard for flexible interaction with other programs.
  56.     o AppWindow -just drag and drop database icons on db to load.
  57.     o Online MenuHelp -Press HELP key when selecting a menu item.
  58.     o Font sensitive.
  59.     o ASL requesters for flexible loads and saves.
  60.     o Localized.
  61.     o ARexx support.
  62.     o Dial numbers using a modem or loudspeaker.
  63.     o WB and Shell usage with Commodore's template parsing.
  64.     o Fast and flexible find function using AmigaDOS patterns.
  65.     o Listview browser.
  66.     o Filter function.
  67.     o Fast and flexible sort function. Multiple sort orders can be specified.
  68.     o 'Export View' and two standard ASCII export features.
  69.     o Automatic ASCII import (tab-separated ASCII).
  70.  
  71. History of changes
  72. ------------------
  73. 96-09-11  v3.3       NEWS:
  74.                      * The first field will automatically be activated when
  75.                        a record is added.
  76.  
  77.                      * The cursor will remain active in the current field when
  78.                        the user changes to search or sort mode with RAmiga +
  79.                        hotkey.
  80.  
  81.                      * The Browser window's zoom gadget will now expand the
  82.                        window to the full height of the screen instead of
  83.                        shrinking the window. All suggested by Johny Hansson.
  84.  
  85.                      * Added the ARexx command 'UndoBuffer' that extracts the
  86.                        old value of the current string gadget (the value prior
  87.                        to user changes). Suggested by Richard Ludwig.
  88.  
  89.                      * A portuguese catalog has been added thanks to Fábio
  90.                        Goes. db now supports 13 languages!
  91.  
  92.                      BUG FIXED:
  93.                      * This bad bug has been hanging around since v2.10(!).
  94.                        db would stop loading records if it hit an empty record.
  95.                        This is fixed and db no longer saves empty records
  96.                        either just to be kind to older versions.
  97.  
  98.  
  99. 96-03-18  v3.2       COMMENT:
  100.                      * This is mainly a re-release of v3.1. v3.1 was released
  101.                        to AmiNet but didn't show up for some reason.
  102.  
  103.                      NEWS:
  104.                      * .catalog files for the following languages have been
  105.                        updated: French, Spanish, German, Swedish and Dutch.
  106.                        Also copy these files if this concerns you.
  107.  
  108.                      * You may now fix the window position for each view by
  109.                        adding XPOS=<x position> and/_or_ YPOS=<y position> to
  110.                        the RFF lines of your database (user request).
  111.  
  112.  
  113. 96-03-05  v3.1       NEWS:
  114.                      * Multi-line fields are now supported using the
  115.                        textfield.gadget (included) by Mark Thomas. Check out
  116.                        the "Game Reviews" and "Windsurfing95" examples and
  117.                        you'll see what I mean.
  118.  
  119.                      * You may now fix the window position for each view by
  120.                        adding XPOS=<x position> and YPOS=<y position> to the
  121.                        RFF lines of your database.
  122.  
  123.                      * Added the ARexx command 'CurrentView' to control views
  124.                        from ARexx.
  125.  
  126.                      SHAREWARE NOTE:
  127.                      * db is still ShareWare, but the save save limitation is
  128.                        removed. Instead db will display a ShareWare reminder
  129.                        for at least 10 seconds when started without a keyfile.
  130.  
  131.  
  132. 96-01-06       v3.0  NEWS:
  133.                      * You may finally design your own databases from within
  134.                        db instead of manually enter RFF code in a textfile.
  135.                        This should be a MAJOR relief to most users. Read
  136.                        about this in "View design".
  137.  
  138.                      * The field type may now be specified internally
  139.                        instead of per-view. This is often preferred,
  140.                        especially in databases with multiple views.
  141.  
  142.                      LIMITATION:
  143.                      * The new graphical database design part isn't 100%
  144.                        completed in this release. You still have to define the
  145.                        internal fields and cycle entries manually, but I can
  146.                        assure you that the tedious work of making the database
  147.                        layout is gone.
  148.  
  149.  
  150. ============================= Archive contents =============================
  151.  
  152. Original  Packed Ratio    Date     Time    Name
  153. -------- ------- ----- --------- --------  -------------
  154.     1922     950 50.5% 08-Jan-96 20:43:02  db3.3.info
  155.     2569    1255 51.1% 12-Sep-96 21:01:40 +Catalogs.info
  156.    11784    5069 56.9% 10-Apr-96 22:00:04 +db.catalog
  157.    14466    5416 62.5% 10-Apr-96 22:00:10 +db.ct
  158.     8106    3479 57.0% 16-Nov-94 18:31:18 +db.catalog
  159.    17744    6570 62.9% 16-Nov-94 18:23:34 +db_dansk.ct
  160.    12544    5063 59.6% 18-Mar-96 13:15:44 +db.catalog
  161.    27854   10429 62.5% 18-Mar-96 13:09:10 +db_deutsch.ct
  162.    12232    4878 60.1% 18-Mar-96 13:20:52 +db.catalog
  163.    25871    9299 64.0% 18-Mar-96 13:21:32 +db_español.ct
  164.    11942    4840 59.4% 18-Mar-96 13:36:24 +db.catalog
  165.    21485    7824 63.5% 18-Mar-96 13:36:34 +db_français.ct
  166.     9324    3834 58.8% 29-Nov-94 01:24:14 +db.catalog
  167.    11773    4187 64.4% 29-Nov-94 01:23:30 +db_italiano.ct
  168.    12392    4891 60.5% 18-Mar-96 13:27:32 +db.catalog
  169.    15260    5341 65.0% 18-Mar-96 13:28:14 +db_nederlands.ct
  170.    10726    4544 57.6% 22-Mar-96 20:05:22 +db.catalog
  171.    13483    4955 63.2% 22-Mar-96 20:05:38 +db_norsk.ct
  172.    10080    4359 56.7% 05-Aug-95 13:35:56 +db.catalog
  173.    12572    4747 62.2% 05-Aug-95 13:36:20 +db_polski.ct
  174.    12632    5116 59.4% 25-Aug-96 05:47:28 +db.catalog
  175.    25868    9514 63.2% 25-Aug-96 05:53:38 +db_português.ct
  176.     8734    3828 56.1% 22-Nov-94 21:38:00 +db.catalog
  177.    17526    6874 60.7% 22-Nov-94 21:34:10 +db_suomi.ct
  178.    10594    4422 58.2% 04-Mar-96 14:43:12 +db.catalog
  179.    22321    8242 63.0% 04-Mar-96 14:42:02 +db_svenska.ct
  180.    74540   39386 47.1% 13-Sep-96 21:06:44 +db
  181.     4111    2159 47.4% 16-Nov-95 01:39:58 +db.info
  182.     2009    1071 46.6% 25-Sep-95 14:18:04 +Docs.info
  183.    86002   30142 64.9% 13-Sep-96 19:52:56 +db.guide
  184.     1831    1129 38.3% 05-Dec-95 00:18:48 +db.guide.info
  185.     1437     783 45.5% 06-Jan-96 13:43:08 +Fast install
  186.     2239    1014 54.7% 25-Sep-95 14:18:04 +Fast install.info
  187.     1300     474 63.5% 04-Mar-96 12:41:24 +Keymaker
  188.     2311     551 76.1% 06-Jan-96 13:38:18 +Keymaker.info
  189.     2036     561 72.4% 13-Sep-96 19:56:54 +Orderform
  190.     2239    1012 54.8% 25-Sep-95 14:18:04 +Orderform.info
  191.      668     366 45.2% 19-Sep-94 18:17:20 +Translators
  192.     2239    1015 54.6% 25-Sep-95 14:18:04 +Translators.info
  193.     1922     947 50.7% 25-Sep-95 14:04:56 +Examples.info
  194.     5217    2402 53.9% 22-Nov-95 16:57:50 +About the examples
  195.     2239    1013 54.7% 25-Sep-95 14:04:56 +About the examples.info
  196.     2026     854 57.8% 20-Feb-96 22:25:48 +Addresses2
  197.     3465    1308 62.2% 25-Sep-95 14:04:56 +Addresses2.info
  198.     2022    1250 38.1% 25-Sep-95 14:04:54 +ARexxDemos.info
  199.      210     171 18.5% 22-Nov-95 16:12:34 +calc.db
  200.     2228     801 64.0% 20-Nov-94 22:06:54 +CDsongs
  201.     3466    1305 62.3% 16-Oct-95 19:22:06 +CDsongs.info
  202.     3223    1309 59.3% 28-Jun-95 19:00:54 +checkdate.db
  203.      190     143 24.7% 18-Sep-94 13:39:46 +date.db
  204.      338     176 47.9% 28-Jun-95 18:56:16 +DateFields
  205.     3461    1303 62.3% 16-Oct-95 19:22:06 +DateFields.info
  206.      114     104  8.7% 03-Sep-94 02:44:10 +dial.db
  207.      241     142 41.0% 03-Sep-94 03:31:48 +Expand.db
  208.      729     340 53.3% 25-Sep-94 17:58:42 +ExpandII
  209.     1724     597 65.3% 25-Sep-94 18:57:30 +ExpandII.db
  210.     3461    1302 62.3% 16-Oct-95 19:22:06 +ExpandII.info
  211.      177     143 19.2% 20-Nov-94 22:06:54 +firstcharupper.db
  212.      359     254 29.2% 03-Sep-94 02:44:10 +FirstUpper.db
  213.     9506    8970  5.6% 03-Sep-94 19:30:42 +I love you.snd
  214.      114     105  7.8% 18-Sep-94 13:25:44 +inputcheck.db
  215.      166     144 13.2% 20-Nov-94 22:06:54 +integerfield.db
  216.    16906    7637 54.8% 03-Sep-94 19:17:08 +logo.pic
  217.     1628     652 59.9% 22-Nov-95 16:55:06 +MagicFieldsIII
  218.     3461    1301 62.4% 16-Oct-95 19:22:06 +MagicFieldsIII.info
  219.      622     363 41.6% 01-Jan-96 14:16:18 +MultimediaII
  220.     3461    1304 62.3% 16-Oct-95 19:22:06 +MultimediaII.info
  221.      318     235 26.1% 01-Jan-96 14:15:36 +multiview.db
  222.      113     103  8.8% 17-Sep-94 14:35:46 +numbercheck.db
  223.     2469    1096 55.6% 20-Nov-94 22:06:54 +playcdsong.db
  224.      281     191 32.0% 20-Nov-94 22:06:54 +timefield.db
  225.      121     105 13.2% 03-Sep-94 02:44:10 +ToUpper.db
  226.      711     440 38.1% 12-Aug-94 23:42:42 +Books
  227.     3465    1305 62.3% 25-Sep-95 14:04:54 +Books.info
  228.     2221     830 62.6% 03-Mar-96 17:41:38 +Game reviews
  229.     3465    1306 62.3% 25-Sep-95 14:04:56 +Game reviews.info
  230.    26788    2606 90.2% 13-Aug-94 11:36:36 +Labels PS
  231.      490     177 63.8% 25-Sep-95 14:04:54 +Labels PS.info
  232.    11788    5374 54.4% 22-Aug-95 21:22:04 +Music
  233.     3465    1303 62.3% 25-Sep-95 14:04:56 +Music.info
  234.     2022    1252 38.0% 27-Sep-95 20:41:42 +Relations.info
  235.      697     409 41.3% 27-Sep-95 01:12:24 +CD
  236.      920     544 40.8% 27-Sep-95 14:58:54 +CD-Songs.db
  237.     3466    1303 62.4% 25-Sep-95 19:08:56 +CD.info
  238.     2164     978 54.8% 27-Sep-95 00:58:10 +Relations.guide
  239.     1831    1128 38.3% 05-Dec-95 00:19:18 +Relations.guide.info
  240.     6262    2718 56.5% 27-Sep-95 01:14:18 +relations.iff
  241.     1406     853 39.3% 27-Sep-95 00:10:42 +Songs
  242.      918     542 40.9% 27-Sep-95 00:08:20 +Songs-CD.db
  243.     3466    1305 62.3% 25-Sep-95 19:08:56 +Songs.info
  244.      940     495 47.3% 27-Sep-95 00:00:16 +unique.db
  245.    15398    4650 69.8% 20-Feb-96 22:23:30 +Windsurfing95
  246.     3465    1306 62.3% 25-Sep-95 14:04:54 +Windsurfing95.info
  247.     1405     592 57.8% 15-Sep-94 20:02:38 +Återförsäljare
  248.     3465    1301 62.4% 25-Sep-95 14:04:54 +Återförsäljare.info
  249.    20392   11449 43.8% 20-Feb-96 22:38:12 +textfield.gadget
  250.     2821    1473 47.7% 13-Sep-96 21:08:20 +Product-Info
  251.     1922     948 50.6% 25-Sep-95 13:58:18 +Translators.info
  252.    14853    5046 66.0% 04-Mar-96 14:42:32 +db.cd
  253.      486     219 54.9% 28-Sep-94 18:09:48 +db.cd.info
  254.    14193    4868 65.7% 04-Mar-96 14:42:42 +empty.ct
  255.      486     221 54.5% 28-Sep-94 18:09:48 +empty.ct.info
  256.     2972    1466 50.6% 25-Sep-95 15:33:12 +Read_this!
  257.     2239    1015 54.6% 25-Sep-95 13:57:00 +Read_this!.info
  258. -------- ------- ----- --------- --------
  259.   781326  317081 59.4% 16-Sep-96 00:12:36   104 files
  260.